RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1ApplicationBarToggleButton<T> Class / CheckedValue Property

In This Topic
    CheckedValue Property (C1ApplicationBarToggleButton<T>)
    In This Topic
    Gets the value to set when the toggle is checked.
    Syntax
    'Declaration
     
    Protected MustOverride ReadOnly Property CheckedValue As T
    protected abstract T CheckedValue {get;}

    Property Value

    The checked value.
    See Also